object n. 1. 物,物体,物件。 2.目标 (of; for); 目的,宗旨。 3.【哲学】对象,客体,客观 (opp. subject); 【语法】宾语。 4.〔口语〕(可笑或可怜的)人[物]。 a small [strange] object 小[奇怪]东西。 the object of study 研究的对象。 the direct [indirect] object 直接[间接]受词。 What an object you have made (of) yourself! 〔口语〕你这家伙把自己搞得真不像样子! attain [achieve, gain, secure] one's object 达到目的。 fail [succeed] in one's object 没有达到[达到]目的。 for that object 为了那个目的。 no object 〔广告用语〕怎样都好,不成问题;没有困难(Distance is no object. (待聘者)上班距离(远、近)不成问题)。 propose an objectto oneself = set an object before one 立志,立下目标。 with that object in view 怀着那个目的。 vi. 1.反对,抗议,表示异议 (against, to)。 2.抱反感,不服气,有意见。 vt. 提出…作反对的理由 (that)。 If you don't object. 假使你不反对。 I object. 〔英下院〕我反对。 I object against him that he is a hypocrite. 我反对他,因为他是个伪君子。 object to 1. 反对(I object to your doing that. 我反对你做那件事)。 2.讨厌(I object very much to a wet weather. 我非常讨厌潮湿的天气)。 adj. -less 没有目的[宗旨]的,没有物像的。
object to 反对,不赞成; 反对;抗议,抱反感; 反对;抗议;不支持; 声称; 提出异议; 赞成……的人则认为
function n. 1.功能,官能,机能,作用。 2.〔常 pl.〕职务,职责。 3.庆祝仪式;(盛大的)集会,宴会。 4.【数学】函数;与其他因素有密切关系的事。 The function of the ear is to listen. 耳的功能是听。 the function of education 教育的功能。 discharge one's functions 尽职。 the functions and powers of the National Congress 全国代表大会的职权。 a controllable function【火箭】遥控程序。 public [social] function招待会,文娱晚会,社交集会。 vital functions 生命机能。 vi. (器官等)活动,(机器等)运行,发挥作用。 function as teacher 担任教师。 a sofa functioning as a bed 兼当床用的沙发。 The lathe doesn't function well. 这台车床有毛病。 function digit [letter] 【计算机】操作数码[字码]。
Function alter on function object 对函数object的alter权限
Alter on function object 对函数object的alter权限
In usual cases of method invocation the return result is a function object , which is then executed 方法调用通常返回的结果是一个函数对象,然后执行这个函数对象。
The closure captures the information about the actual web service method stub to be invoked the function object called 闭包捕获真正被调用的web服务方法存根(称为
For future reference , you can add any attribute to a function by setting it on the function object 为了将来引用,您可以通过将属性设置在函数对象上给函数添加任何属性。
The following example uses the system function object definition to return the definition of user - defined function 下面的示例使用系统函数object _ definition返回用户定义函数
Methods also support accessing ( but not setting ) the arbitrary function attributes on the underlying function object 方法也支持访问(不是设置)的其实际所调用的函数的任意属性
We also often pass function objects to our own custom functions , but usually those amount to combinations of the mentioned built - ins 这种方法通常在调用链中,只要在某些地方有可能需要值,就会传递一些值(或带有多成员的结构) 。
This implementation supports function objects with up to nine arguments . this is an implementation detail , not an inherent limitation of the design 当前的实现支持最多带有9个参数的函数对象。这一限制是由实现细节,而不是设计造成的。
In this case the returned function object is a closure which encapsulates some logging code and the data needed to call the original function 这种情况下返回的函数对象就是一个闭包,其中封装了一些日志代码和最初的函数调用所需要的数据。
A function object is a computer programming construct allowing an object to be invoked or called as if it were an ordinary function, usually with the same syntax (a function parameter that can also be a function).